home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / ckit254.zip / FILES < prev    next >
Text File  |  1992-12-01  |  3KB  |  77 lines

  1.                                   Files   v2.5  09/25/92
  2.                                  -------
  3.  
  4. C-KIT.DOC     -  Main documentation for C-KIT.
  5.  
  6. CKITDEMO.EXE - This is a very short program written to test C-KIT libraries
  7.                and for a short demo.  CKITDEMO.EXE is a compiled program
  8.                using the C-KIT library.
  9.  
  10. CKIT.H     - This is a standard C header file, to be included with your
  11.              door program.  This file contains all the function prototypes,
  12.              and variable names and types available from C-KIT.
  13.  
  14. OLDCKIT.H  - This is a standard C header file, and can be optionally
  15.              included to re-define the C-KIT function and variable names.
  16.  
  17. CKIT.REF   - This is a reference file, for major C-KIT functions and
  18.              variables.
  19.  
  20. CKIT_MS.LIB - This file is the C-KIT library file to access all of the C-KIT
  21. CKIT_MM.LIB  files that are linked into your door program for MSC.
  22.  
  23. CKIT_TS.LIB - This file is the C-KIT library file to access all of the C-KIT
  24. CKIT_TM.LIB  files that are linked into your door program for TURBO C.
  25.  
  26. CKITDEMO.C - The source code for CKITDEMO demostrating a door written
  27.               using C-KIT functions.
  28.  
  29. CKITDEMO.H - The include header  for CKITDEMO.C
  30.  
  31. CKITDEMO.DOC - The documention for running the CKITDEMO door.
  32.  
  33. CKIT.M     - Used by the CKITDEMO program for display_file();
  34.  
  35. DEMO.BAT   - Sample .bat file to compile and link using the C-KIT.LIB
  36.              for MSC. Provided as an example.
  37.  
  38. DOOR.SYS   - Sample DOOR.SYS file.
  39.  
  40. DOORSYS.TXT - Text file that explains the door.sys file format.
  41.  
  42. HISTORY     - Text file that explains the history of C-CKIT.
  43.  
  44. FILES       - This file.
  45.  
  46. WHATS.NEW   - New for this release of C-KIT.
  47.  
  48. READ1ST.!!! - Converting from C-KIT 2.08 to later versions.
  49.  
  50. READ.ME     - Text file that explains setting up CKITDEMO.C
  51.  
  52. CKIT_TC.ZIP - Contains TURBO C files
  53.  
  54. ***************************************************************************
  55. *    Files in the CKIT_TC.ZIP FILE
  56. ***************************************************************************
  57.  
  58. BCC_CPP.MAK - Borland C++ Make file for CKITDEMO door.
  59.  
  60. MAKES.BAT   - Batch file to run BCC_CPP.MAK.
  61.  
  62. TCREAD.ME  - Information for TURBO C users
  63.  
  64. CKITDEMO.MAK -  TURBO C Make file for CKITDEMO door (for use as example)*
  65.  
  66. TCDEMO.BAT   -  Batch file to run CKITDEMO.MAK.
  67.  
  68. CKITS.PRJ    -  TURBO C Project file for CKITDEMO door (use as example)*
  69.  
  70. TCPPCKIT.PRJ -  TURBO C++ Project file for CKITDEMO door (use as example)*
  71.  
  72. CKIT_TS.LIB - This file is the C-KIT library file to access all of the C-KIT
  73. CKIT_TM.LIB  files that are linked into your door program for TURBO C.
  74.  
  75.      * For small models
  76.  
  77.